Conversation
257cc34 to
e37b876
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted filessee 27 files with indirect coverage changes @@ Coverage Diff @@
## main #21541 +/- ##
==========================================
- Coverage 68.45% 68.40% -0.05%
==========================================
Files 428 429 +1
Lines 35383 35394 +11
==========================================
- Hits 24221 24212 -9
- Misses 9761 9772 +11
- Partials 1401 1410 +9 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
e37b876 to
eaa2b97
Compare
eaa2b97 to
6768cb6
Compare
|
Run failed. @marcus-hodgson-antithesis said you need to change test type from |
6768cb6 to
76e10aa
Compare
76e10aa to
42afad9
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nwnt, serathius The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
42afad9 to
2b2ea29
Compare
|
It confirmed that To confirm with previous docker-compose runs, it didn't report following assertion errors:
cc @marcus-hodgson-antithesis could you help review this migration, and also ask someone else from Antithesis that specializes in K8s to take a look too? Would be good to confirm that we will not regress our ability to reproduce issues. |
|
@serathius the I'm in the process of creating a custom endpoint for etcd where we can enable move over what we have from the current setup to this new one |
Can we enable them and just migrate to K8s? |
|
Yep, I've created a custom endpoint with the faults we had for docker @serathius I've added a comment on the line of code we'd need to change to use it! |
Don't see comment, might need to publish? |
| uses: antithesishq/antithesis-trigger-action@f6221e2ba819fe0ac3e36bd67a281fa439a03fba # v0.10 | ||
| with: | ||
| notebook_name: etcd | ||
| notebook_name: basic_k8s_test |
There was a problem hiding this comment.
Let's do "etcd_k8s" here. This is the custom endpoint I've created for kubernetes that includes the faults we had for the docker setup
|
Yep you we're right. Forgot to publish the comment -_- |
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2b2ea29 to
dec1e4e
Compare
Yea, not the first time for me when GitHub was unnessesery casing friction. |
|
/retest |
|
@serathius: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Same configuration that worked for Getting error: Also possible that something broke between version 48 and 50.:
|
|
Talked with @marcus-hodgson-antithesis, I was wrong about previous run using k8s. Looks like only new run used K8s and everything looks correct even thou it didn't work. Action item is on Antithesis side to debug what went wrong. |
|
Okay I've figured it out! It looks like
and
This makes sense because we are passing through those images in the @nwnt or @serathius is there anyway the manifests can use this absolute path when getting run in Antithesis (here)? |
|
Yeah I think so. We can perhaps use something like |
Ref #20572